From: Debian Julia Team Date: Fri, 17 May 2019 09:01:01 +0000 (+0100) Subject: do-not-download-pkgjl X-Git-Tag: archive/raspbian/1.0.4+dfsg-1+rpi1^2~12 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=1643d1081a037bd79c647357a0a07bacdce40b44;p=julia.git do-not-download-pkgjl =================================================================== Gbp-Pq: Name do-not-download-pkgjl.patch --- diff --git a/stdlib/Makefile b/stdlib/Makefile index 85c2a25..8109220 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -22,7 +22,7 @@ STDLIBS-EXT = Pkg # Download and extract Pkg PKG_GIT_URL := git://github.com/JuliaLang/Pkg.jl.git -PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1 +PKG_TAR_URL = file://$(CURDIR)/../debian/embedded/$1 $(eval $(call git-external,Pkg,PKG,,,$(BUILDDIR))) $(BUILDDIR)/$(PKG_SRC_DIR)/build-compiled: $(BUILDDIR)/$(PKG_SRC_DIR)/source-extracted @# no build steps